home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / compiler / vbcomp / vb_comp.txt < prev   
Text File  |  1995-06-28  |  1KB  |  28 lines

  1. VB COMPILE
  2.  
  3. Written by Elliott C. Buchholz
  4.  
  5. Copyright ⌐ 1995- BUC Compu-Services
  6.  
  7. VB Compile is a small utility written for VB developers.  When given a valid .MAK file, the utility invokes VB and creates an EXE file.
  8.  
  9. In a recent article on Tips for efficient VB development, VBPJ indicated that one should create the EXE file directly from the command line, rather than from inside VB, as after using VB for awhile, the EXE could become inflated with junk.  This utility does this for you without having to use the command line yourself.  The MAK file can be entered manually, selected from a file dialog, or dropped from the File Manager (using Mabry Software's FMDROP1.VBX, a great little VBX!). 
  10.  
  11. VB Compile was written solely because I am lazy, and got tired of always entering C:\VB\VB.EXE C:\DATA\VBASIC\MYAPP.MAK in the File-Run dialog box.  I am distributing it freely to my fellow developers in hopes that somebody else can be lazy too!
  12.  
  13. Enjoy!
  14.  
  15. -Elliott C. Buchholz
  16.  71034,2464
  17.  
  18. Also look for my other VB Development time-saver tool, COMPRESS IT!
  19. Compress It! offers a Windows interface for compressing files using the DOS-based COMPRESS.EXE, such as when one is developing with the Setup Wizard, and needs to re-compress one or more files.
  20.  
  21.  
  22. REVISION HISTORY
  23. ----------------
  24.  
  25. 1.1    06/15/95    Added drag-and-drop from the File Manager support.
  26.  
  27. 1.0    06/01/95    Initial release.
  28.